home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Companion: Gemini / Horoscope Companion: Gemini.iso / pc / gemini / cfa.dir / 00054.ls < prev    next >
Encoding:
Text File  |  1996-10-08  |  449 b   |  25 lines

  1. on startRollover whichSprite
  2.   hStartRolloverAction(whichSprite)
  3. end
  4.  
  5. on mouseDown
  6.   if hButtonAction02() then
  7.     mouseUp()
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   cursor(4)
  13.   if field "user's editable text" = EMPTY then
  14.     hFingerPointingCursor()
  15.     alert("Please enter any question into the space provided.")
  16.   else
  17.     hCheckCurrentFrameLabel()
  18.     play frame "spin the wheel"
  19.   end if
  20. end
  21.  
  22. on endRollover whichSprite
  23.   hEndRolloverAction(whichSprite)
  24. end
  25.